From: Chong Yidong Date: Sat, 16 Jan 2010 20:50:23 +0000 (-0500) Subject: * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8696 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=adf8cf1bc3807bf29aadcf05b2a6df0a7f2bab0c;p=emacs.git * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f29ce0cda10..89debc7c902 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2010-01-16 Jari Aalto + + * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix. + 2010-01-16 Chong Yidong * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267). diff --git a/lisp/pcmpl-unix.el b/lisp/pcmpl-unix.el index 546d4a2591d..9282fe87b5a 100644 --- a/lisp/pcmpl-unix.el +++ b/lisp/pcmpl-unix.el @@ -85,7 +85,10 @@ with the SSH option \"HashKnownHosts no\"." (while (pcomplete-here (funcall pcomplete-command-completion-function)))) (defun pcmpl-unix-read-passwd-file (file) - "Return an alist correlating gids to group names in FILE." + "Return an alist correlating gids to group names in FILE. + +If FILE is in hashed format (as described in the OpenSSH +documentation), this function returns nil." (let (names) (when (file-readable-p file) (with-temp-buffer